home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / dropfile / dragdrop.dfm / dragdrop.txt
Encoding:
Text File  |  1995-12-22  |  834 b   |  47 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 98
  4.   Width = 655
  5.   Height = 384
  6.   Caption = 'Drag and Drop Viewer'
  7.   Font.Color = clBlack
  8.   Font.Height = -12
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 15
  14.   object Memo1: TMemo
  15.     Left = 0
  16.     Top = 33
  17.     Width = 647
  18.     Height = 324
  19.     Align = alClient
  20.     ScrollBars = ssBoth
  21.     TabOrder = 0
  22.   end
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 647
  27.     Height = 33
  28.     Align = alTop
  29.     Caption = 'Panel1'
  30.     TabOrder = 1
  31.     object ComboBox1: TComboBox
  32.       Left = 4
  33.       Top = 5
  34.       Width = 409
  35.       Height = 22
  36.       ItemHeight = 15
  37.       TabOrder = 0
  38.       OnChange = ComboBox1Change
  39.     end
  40.   end
  41.   object DropFile1: TDropFile
  42.     OnDropFile = DropFile1DropFile
  43.     Left = 16
  44.     Top = 16
  45.   end
  46. end
  47.